home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / sfw10 / sfwu.dfm / sfwu.txt < prev   
Text File  |  1995-12-22  |  4KB  |  154 lines

  1. object Fsfw: TFsfw
  2.   Left = 201
  3.   Top = 100
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'SFW'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 16
  18.   object BigText1: TBigText
  19.     Left = 0
  20.     Top = 0
  21.     Width = 427
  22.     Height = 235
  23.     Font.Color = clWindowText
  24.     Font.Height = -9
  25.     Font.Name = 'Courier New'
  26.     Font.Style = []
  27.     Align = alClient
  28.     ParentColor = False
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 235
  33.     Width = 427
  34.     Height = 19
  35.     Align = alBottom
  36.     Alignment = taLeftJustify
  37.     BevelInner = bvLowered
  38.     Caption = 'Ready'
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.   end
  46.   object OpenDialog1: TOpenDialog
  47.     Filter = 
  48.       'Text Files (*.TXT)|*.TXT|Report Files (*.)|*.|Pascal Files (*.PA' +
  49.       'S)|*.PAS|C Source Files (*.C)|*.C|C Header Files (*.H)|*.H|Data ' +
  50.       'Files (*.DAT)|*.DAT'
  51.     Options = [ofPathMustExist, ofFileMustExist, ofShareAware]
  52.     Left = 9
  53.     Top = 8
  54.   end
  55.   object FontDialog1: TFontDialog
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Courier New'
  59.     Font.Style = []
  60.     MinFontSize = 0
  61.     MaxFontSize = 0
  62.     Left = 164
  63.     Top = 8
  64.   end
  65.   object PrinterSetupDialog1: TPrinterSetupDialog
  66.     Left = 44
  67.     Top = 8
  68.   end
  69.   object FindDialog1: TFindDialog
  70.     Options = [frDown, frHideWholeWord]
  71.     OnFind = FindDialog1Find
  72.     Left = 86
  73.     Top = 8
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 125
  77.     Top = 8
  78.     object File1: TMenuItem
  79.       Caption = '&File'
  80.       object Open1: TMenuItem
  81.         Caption = '&Open'
  82.         OnClick = Open1Click
  83.         ShortCutText = 'Ctrl+O'
  84.       end
  85.       object Clear1: TMenuItem
  86.         Caption = '&Clear'
  87.         OnClick = Clear1Click
  88.         ShortCutText = 'Alt+C'
  89.       end
  90.       object N1: TMenuItem
  91.         Caption = '-'
  92.       end
  93.       object Print1: TMenuItem
  94.         Caption = '&Print'
  95.         OnClick = Print1Click
  96.       end
  97.       object SetupPrinter1: TMenuItem
  98.         Caption = '&Setup Printer'
  99.         OnClick = SetupPrinter1Click
  100.       end
  101.       object Font1: TMenuItem
  102.         Caption = '&Font'
  103.         OnClick = Font1Click
  104.       end
  105.       object N8PointFont1: TMenuItem
  106.         Caption = 'Font Size Up'
  107.         OnClick = N8PointFont1Click
  108.         ShortCutText = 'Ctrl+U'
  109.       end
  110.       object N2: TMenuItem
  111.         Caption = '-'
  112.       end
  113.       object Exit1: TMenuItem
  114.         Caption = 'E&xit'
  115.         OnClick = Exit1Click
  116.         ShortCutText = 'Alt+F4'
  117.       end
  118.     end
  119.     object Search1: TMenuItem
  120.       Caption = '&Search'
  121.       object Goto1: TMenuItem
  122.         Caption = '&Goto'
  123.         OnClick = Goto1Click
  124.         ShortCutText = 'Ctrl+G'
  125.       end
  126.       object Find1: TMenuItem
  127.         Caption = '&Find'
  128.         OnClick = Find1Click
  129.         ShortCutText = 'Ctrl+F'
  130.       end
  131.     end
  132.     object Help1: TMenuItem
  133.       Caption = '&Help'
  134.       object Contents1: TMenuItem
  135.         Caption = '&Contents'
  136.         OnClick = Contents1Click
  137.         ShortCutText = 'Ctrl+F1'
  138.       end
  139.       object N3: TMenuItem
  140.         Caption = '-'
  141.       end
  142.       object About1: TMenuItem
  143.         Caption = '&About'
  144.         OnClick = About1Click
  145.       end
  146.     end
  147.   end
  148.   object Timer1: TTimer
  149.     OnTimer = Timer1Timer
  150.     Left = 204
  151.     Top = 8
  152.   end
  153. end
  154.